home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11200 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  772 b 

  1. Path: thorn.cc.usm.edu!mercury!sakalauk
  2. From: sakalauk@coam.usm.edu (Peter Sakalaukus)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Why is C faster than FORTRAN?
  5. Followup-To: comp.lang.c,comp.lang.c++
  6. Date: 12 Mar 1996 21:19:15 GMT
  7. Organization: USM/COAM
  8. Distribution: world
  9. Message-ID: <4i4poj$j7e@thorn.cc.usm.edu>
  10. References: <4hv2ho$d8t@news.interpath.net> <4i2c5e$t70@kiwi.futuris.net>
  11. NNTP-Posting-Host: 198.49.215.16
  12.  
  13. I have two programs, FORTRAN and C. They both use the same algorithm to
  14. manipulate numeric data. The larger the data file though, the faster the
  15. C version is, (in relation to the FORTARN program). I am running on a UNIX
  16. platform. 
  17.  
  18. My question is: what is the reason that C is so much quicker? Is C normally
  19. faster than FORTRAN?
  20.  
  21. Thanks ...Pete
  22.